runtime.debugLogWriter.writeUint64LE (method)

3 uses

	runtime (current package)
		debuglog.go#L424: 	l.writeUint64LE(tick)
		debuglog.go#L425: 	l.writeUint64LE(nano)
		debuglog.go#L430: func (l *debugLogWriter) writeUint64LE(x uint64) {